home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / spitfire / sfrom22b.zip / UTILITY.ZIP / EZUSER.DOC < prev    next >
Text File  |  1996-01-14  |  6KB  |  144 lines

  1.  
  2.                              EZ-User Editor
  3.                               Version 1.00
  4.                           Released Feb 3, 1994
  5.  
  6.                 Copyright 1994 - 1996 by Michael Robinson
  7.                      Internet: TheMikeRob@aol.com
  8.  
  9.                             The Soft Parade
  10.                         Shelton, Connecticut, USA
  11.                         1:141/485    203-924-5603
  12.                         1:141/486    203-922-1794
  13.               Fast Online registration using Visa or Mastercard
  14.  
  15.       EZ-User is a free utility for registered versions of the EZ-ROM and
  16.       SF-ROM Doors. It is a user database manager and editor. The user
  17.       database records the number of files/bytes downloaded and requested by
  18.       each caller. In general, the operation of this database is fully
  19.       automatic and should require no sysop intervention. This utility
  20.       is provided should you decide to make any changes to the database.
  21.  
  22. ----- PROGRAM OPERATION -------------------------------------------------
  23.  
  24.       Simply place EZUSER.EXE in the home directory of either EZ-ROM or
  25.       SF-ROM and run it. EZ-User looks for either EZROM.DAT or SFROM.DAT
  26.       which is the user database file created when the very first caller
  27.       enters the door. It first looks in the current directory, then it
  28.       looks in the directory that EZUSER.EXE is located in, and finally it
  29.       searches the DOS path. If neither .DAT file is found then EZ-User
  30.       beeps, diplays an info screen, and then halts. EZROM.DAT and
  31.       SFROM.DAT are only created by registered versions of the EZ-ROM and
  32.       SF-ROM doors.
  33.  
  34.       The main program screen looks like this:
  35.  
  36.       EZ-User Editor 1.00  Copyright 1994 Mike Robinson
  37.  
  38.       Record Number 11 of 56
  39.  
  40.       <F> Reading File: C:\CDROM\EZROM.DAT
  41.       <N> Caller Name.............. John Smith
  42.       <L> Last Date in Door........ 01-31-94
  43.       <1> Requested Files Today.... 1
  44.       <2> Requested Bytes Today.... 128212
  45.       <3> Requested Files Total.... 3
  46.       <4> Requested KByte Total.... 561
  47.       <5> Downloaded Files Today... 2
  48.       <6> Downloaded Bytes Today... 398415
  49.       <7> Downloaded Files Total... 17
  50.       <8> Downloaded KByte Total... 3655
  51.       <D> Flag For Delete.......... FALSE
  52.  
  53.       <+> Next Record
  54.       <-> Previous Record
  55.       <Q> Quit
  56.  
  57.       Your Command:
  58.  
  59.       The program is menu driven. Use the <Enter> + and - keys to move from
  60.       record to record. Enter any number from 1 to 8, or F, N, L or D to
  61.       change the corresponding field in the upper section. Enter Q or
  62.       <escape> to exit the program. Pressing escape at any point aborts the
  63.       current operation.
  64.  
  65.       Select <D> to toggle the caller delete flag. If this flag is TRUE,
  66.       then this caller record will no longer be protected and will be
  67.       available for use by the door to record information about a new
  68.       caller. When a new caller exits EZ-ROM, the first available record
  69.       which is either old or flagged for delete will be overwritten.
  70.  
  71.       All of the numerical values have a lower limit of 0. The values
  72.       which are in KiloBytes have an upper limit of 2 million. All
  73.       of the other values have an upper limit of 2 billion.
  74.  
  75.       EZ-User uses file sharing and record locking if you set Share ON in
  76.       EZUSER.CFG and DOS SHARE.EXE is loaded in memory. If you have loaded
  77.       DOS SHARE.EXE in your CONFIG.SYS or AUTOEXEC.BAT, then it is safe to
  78.       use EZ-User while a caller is in the door. But if you change a record
  79.       that applies to the caller in the door, the record may be changed
  80.       again by the door when the caller exits the door. Old records may
  81.       also be overwritten as part of the maintenance procedure that occurs
  82.       during exit from the door. Do NOT use EZ-User with a caller in the
  83.       door if you do not have both Share ON and DOS SHARE.EXE loaded.
  84.  
  85.  
  86. ----- COMMAND LINE (Optional) -------------------------------------------
  87.  
  88.       EZ-User also accepts one optional command line parameters:
  89.  
  90.       EZUSER  [User File]
  91.  
  92.       Examples:
  93.  
  94.       EZUSER
  95.       EZUSER  C:\CDROM\EZROM.DAT
  96.  
  97.       [User File] is the database file of all users. Usually EZROM.DAT or
  98.       SFROM.DAT. Use of this command is not necessary if the .DAT file is
  99.       in the current directory.
  100.  
  101.       The command line overides any settings made in the configuration
  102.       file. The User File can also be changed inside the program.
  103.  
  104.  
  105. ----- CONFIGURATION FILE EZUSER.CFG (Optional)----------------------------
  106.  
  107.       EZ-User looks for the optional configuration file EZUSER.CFG in the
  108.       current directory, then it looks in the directory that EZUSER.EXE is
  109.       located in, and finally it searches the DOS path. If found, the
  110.       program reads each line and if it begins with a configuration
  111.       command, then the configuration is modified as directed by the
  112.       command. If a line begins with anything other than a letter, it is
  113.       ignored. The explanatory comments are on lines beginning with a
  114.       semicolon and are therefore ignored. The commands are NOT case
  115.       sensitive, but they must be spelled correctly. The order of the lines
  116.       is not important.
  117.  
  118.    USERFILE   C:\CDROM\EZROM.DAT
  119.  
  120.       Database file of all users. Usually EZROM.DAT or SFROM.DAT. Use of
  121.       this command is not necessary if the .DAT file is in the current
  122.       directory.
  123.  
  124.  
  125.    SHARE ON
  126.    SHARE OFF
  127.  
  128.       Optional. Choose one. Turns file sharing and locking ON or OFF.
  129.       If you have more than 1 node, or you want to use EZ-User while a
  130.       caller is in the door, then set Share ON. In order for file sharing
  131.       and locking to work, you must use DOS 3.1 or higher, and DOS
  132.       SHARE.EXE must be loaded in your CONFIG.SYS or AUTOEXEC.BAT.
  133.       If file sharing is not required, then you may set Share OFF.
  134.       Default is Share OFF.
  135.  
  136.    DIRECTVIDEO   ON
  137.    BIOSSCROLL    ON
  138.    CHECKSNOW     OFF
  139.  
  140.       The defaults are shown. These commands are the same as described in
  141.       EZROM.DOC or SFROM.DOC.
  142.  
  143.  
  144.